home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!sschaem
- From: sschaem@teleport.com (Stephan Schaem)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: SAS ASM question, retry
- Date: 24 Feb 1996 19:46:57 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <4gnpvh$r7@maureen.teleport.com>
- References: <4gmlu0$3a2@sulla.cyberstore.ca>
- NNTP-Posting-Host: julie.teleport.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Shawn Chin (daemauk@dsoe.com) wrote:
- : In assembly, what does "set *-<label>" imply? (The SAS assembler
- : doesn't like this expression, probably because the * is a comment character)
- : Is SET a compiler directive to be used in conjunction with LIST and
- : NOLIST? I
- : don't kow what LIST ad NOLIST are either. =)
-
- SAS dont provide any docs on they assembler?.... But thats possible
- since lattice didn't. My guess is that you have no busness writting
- for the assembler :) If possible use a real macro assembler and link
- your asm functions.
-
- Well, "LIST", "NOLIST" is usually there for debugging macro or the
- assembler. It turn on disassembly output.. I dunno what this "SET"
- directive is.
- How come you are using "SET" if you dont know what it is?
-
- stephan
-
-